-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update/modal component #19997
Update/modal component #19997
Conversation
@fernandovbs Haiii! I left a comment re: the updated I saw your other PR as well re: Storybook updates for Modal. I don't think it needs to be a separate PR. That way, it can all ship as a single merge :) Final note! We'll need to update the Thanks again!! |
Hello @aduth. Yes, the idea here is to solve the issue. |
Here is another modal component by @youknowriad |
Howdy @fernandovbs lovely PR! What is a way to test this? Also we seem to have a conflict. Other than that the change is super welcome. |
7a3f74d
to
5db2fc4
Compare
Hi @draganescu I think that the changes introduced in #27699 have made this PR unnecessary. I'm closing it. Thanks for taking a look. |
Description
This pull request is related to #7698.
Updated focusOnMount prop so it can be defined as string or boolean. If "firstElement" is set as value, the first tabbable element will be focused. If any other truthy value is set, then the container will be focused.
How has this been tested?
I will create another pull request with changes to the component stories. It covers possible values to the prop.
Checklist: